Computer and Modernization ›› 2011, Vol. 1 ›› Issue (11): 59-5.doi: 10.3969/j.issn.1006-2475.2011.11.016

• 中文信息技术 • Previous Articles     Next Articles

Text Automatic Categorization with Evolutionary Neural Network

GENG Jun-cheng1, NIU Shuang-xia1, ZHANG Cai-jun2   

  1. 1.Smart Grid Institute, Henan Electric Power Research Institute, Zhengzhou 450052, China; 2.Department of Information Technology, Anyang Power Supply Company, Anyang 455000, China
  • Received:2011-05-10 Revised:1900-01-01 Online:2011-11-28 Published:2011-11-28

Abstract:

The artificial neural network is an effective method of text categorization. However, the uncertainty of the network makes it difficult to find a suitable network. This paper uses the particle swarm optimization algorithm to optimize neural network, makes it adaptive to adjust its connection weights and network structure in the evolutionary process. First, represents the text set as a vector space, and then uses the information gain algorithm to select feature items, uses the term frequencyinverse document frequency to calculate its weight.Finally, uses the evolutionary neural network to categorize the Chinese text automatically. Experimental results show that comparing with the original BP neural network, the classification of evolutionary BP neural network is better.

Key words: text categorization, information gain, term frequencyinverse document frequency, neural network, particle swarm optimization algorithm